Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 May 2011 18:57:49 +0000 (11:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 May 2011 18:57:49 +0000 (11:57 -0700)
doc/lispref/ChangeLog
etc/ChangeLog
src/ChangeLog

index 237007a810060d02af7e288a1fed9d97a324732e..f634f3434d359fe3cb867d8b0ff87509cfcebf4a 100644 (file)
@@ -3,7 +3,7 @@
        * numbers.texi (Integer Basics): Large integers are treated as floats.
        (Arithmetic Operations, Math Functions): Large integers go to
        floats instead of wrapping around.
-       * objects.texi (Integer Type): Likewise.
+       * objects.texi (Integer Type): Likewise.  (Bug#8611)
 
 2011-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 54da57436c5af19568ae2e098667ab52ddf4810f..775edf61e60fbf73baec9ed64e42574d56cc2f9c 100644 (file)
@@ -1,7 +1,7 @@
 2011-05-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Integer overflow now yields floating-point instead of
-       wrapping around.
+       wrapping around.  (Bug#8611)
 
 2011-05-03  Leo Liu  <sdl.web@gmail.com>
 
index 2ee3429d1ee834ac211aa2ccb3bec107be5f2a1a..700e194eaf6d44c4bef3ea74c15db1b9e777ddd0 100644 (file)
@@ -1,6 +1,7 @@
 2011-05-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        Arithmetic overflows now return float rather than wrapping around.
+       (Bug#8611).
        * data.c: Include <intprops.h>.
        (arith_driver): Use floating point if the accumulator would otherwise
        go out of EMACS_INT range.